﻿@charset "utf-8";
/* CSS Document */
html {
	
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	margin: 0;
}


b, strong {
	font-weight: bold;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

small {
	font-size: 80%;
}

img {
	border: 0;
}



* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

a:hover, a:focus {
	color: #282828;
}


h1, h2, h3, h4, h5, h6 {
	margin: 0 0 12px 0;
	font-weight: 500;
	font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 48px;
	line-height: 60px;
	margin-top: 0;
}
h2 {
	font-size: 38px;
	line-height: 48px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 24px;
}
h5 {
	font-size: 22px;
}
h6 {
	font-size: 18px;
}

ul, ol {
	padding-left: 20px;
	list-style: none;
	margin: 0;
	padding: 0;
}

a {	color: #282828;
	text-decoration: none;
}
a:hover, a:focus {
	color: #23527c;
	text-decoration: underline;
}

hr {
	margin-top: 22px;
	margin-bottom: 22px;
	border: 0;
	border-top: 1px solid #eeeeee;
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 11px;
	padding-right: 11px;
}
container.container {
	width: 100%!important;
	max-width: 1128px
}
.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 11px;
	padding-right: 11px;
}
.row {
	margin-left: -11px;
	margin-right: -11px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 11px;
	padding-right: 11px;
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
}
.col-xs-12 {
	width: 100%;
}
.col-xs-11 {
	width: 91.66666667%;
}
.col-xs-10 {
	width: 83.33333333%;
}
.col-xs-9 {
	width: 75%;
}
.col-xs-8 {
	width: 66.66666667%;
}
.col-xs-7 {
	width: 58.33333333%;
}
.col-xs-6 {
	width: 50%;
}
.col-xs-5 {
	width: 41.66666667%;
}
.col-xs-4 {
	width: 33.33333333%;
}
.col-xs-3 {
	width: 25%;
}
.col-xs-2 {
	width: 16.66666667%;
}
.col-xs-1 {
	width: 8.33333333%;
}
.col-xs-pull-12 {
	right: 100%;
}
.col-xs-pull-11 {
	right: 91.66666667%;
}
.col-xs-pull-10 {
	right: 83.33333333%;
}
.col-xs-pull-9 {
	right: 75%;
}
.col-xs-pull-8 {
	right: 66.66666667%;
}
.col-xs-pull-7 {
	right: 58.33333333%;
}
.col-xs-pull-6 {
	right: 50%;
}
.col-xs-pull-5 {
	right: 41.66666667%;
}
.col-xs-pull-4 {
	right: 33.33333333%;
}
.col-xs-pull-3 {
	right: 25%;
}
.col-xs-pull-2 {
	right: 16.66666667%;
}
.col-xs-pull-1 {
	right: 8.33333333%;
}
.col-xs-pull-0 {
	right: auto;
}
.col-xs-push-12 {
	left: 100%;
}
.col-xs-push-11 {
	left: 91.66666667%;
}
.col-xs-push-10 {
	left: 83.33333333%;
}
.col-xs-push-9 {
	left: 75%;
}
.col-xs-push-8 {
	left: 66.66666667%;
}
.col-xs-push-7 {
	left: 58.33333333%;
}
.col-xs-push-6 {
	left: 50%;
}
.col-xs-push-5 {
	left: 41.66666667%;
}
.col-xs-push-4 {
	left: 33.33333333%;
}
.col-xs-push-3 {
	left: 25%;
}
.col-xs-push-2 {
	left: 16.66666667%;
}
.col-xs-push-1 {
	left: 8.33333333%;
}
.col-xs-push-0 {
	left: auto;
}
.col-xs-offset-12 {
	margin-left: 100%;
}
.col-xs-offset-11 {
	margin-left: 91.66666667%;
}
.col-xs-offset-10 {
	margin-left: 83.33333333%;
}
.col-xs-offset-9 {
	margin-left: 75%;
}
.col-xs-offset-8 {
	margin-left: 66.66666667%;
}
.col-xs-offset-7 {
	margin-left: 58.33333333%;
}
.col-xs-offset-6 {
	margin-left: 50%;
}
.col-xs-offset-5 {
	margin-left: 41.66666667%;
}
.col-xs-offset-4 {
	margin-left: 33.33333333%;
}
.col-xs-offset-3 {
	margin-left: 25%;
}
.col-xs-offset-2 {
	margin-left: 16.66666667%;
}
.col-xs-offset-1 {
	margin-left: 8.33333333%;
}
.col-xs-offset-0 {
	margin-left: 0%;
}
@media (min-width: 768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left;
}
.col-sm-12 {
	width: 100%;
}
.col-sm-11 {
	width: 91.66666667%;
}
.col-sm-10 {
	width: 83.33333333%;
}
.col-sm-9 {
	width: 75%;
}
.col-sm-8 {
	width: 66.66666667%;
}
.col-sm-7 {
	width: 58.33333333%;
}
.col-sm-6 {
	width: 50%;
}
.col-sm-5 {
	width: 41.66666667%;
}
.col-sm-4 {
	width: 33.33333333%;
}
.col-sm-3 {
	width: 25%;
}
.col-sm-2 {
	width: 16.66666667%;
}
.col-sm-1 {
	width: 8.33333333%;
}
.col-sm-pull-12 {
	right: 100%;
}
.col-sm-pull-11 {
	right: 91.66666667%;
}
.col-sm-pull-10 {
	right: 83.33333333%;
}
.col-sm-pull-9 {
	right: 75%;
}
.col-sm-pull-8 {
	right: 66.66666667%;
}
.col-sm-pull-7 {
	right: 58.33333333%;
}
.col-sm-pull-6 {
	right: 50%;
}
.col-sm-pull-5 {
	right: 41.66666667%;
}
.col-sm-pull-4 {
	right: 33.33333333%;
}
.col-sm-pull-3 {
	right: 25%;
}
.col-sm-pull-2 {
	right: 16.66666667%;
}
.col-sm-pull-1 {
	right: 8.33333333%;
}
.col-sm-pull-0 {
	right: auto;
}
.col-sm-push-12 {
	left: 100%;
}
.col-sm-push-11 {
	left: 91.66666667%;
}
.col-sm-push-10 {
	left: 83.33333333%;
}
.col-sm-push-9 {
	left: 75%;
}
.col-sm-push-8 {
	left: 66.66666667%;
}
.col-sm-push-7 {
	left: 58.33333333%;
}
.col-sm-push-6 {
	left: 50%;
}
.col-sm-push-5 {
	left: 41.66666667%;
}
.col-sm-push-4 {
	left: 33.33333333%;
}
.col-sm-push-3 {
	left: 25%;
}
.col-sm-push-2 {
	left: 16.66666667%;
}
.col-sm-push-1 {
	left: 8.33333333%;
}
.col-sm-push-0 {
	left: auto;
}
.col-sm-offset-12 {
	margin-left: 100%;
}
.col-sm-offset-11 {
	margin-left: 91.66666667%;
}
.col-sm-offset-10 {
	margin-left: 83.33333333%;
}
.col-sm-offset-9 {
	margin-left: 75%;
}
.col-sm-offset-8 {
	margin-left: 66.66666667%;
}
.col-sm-offset-7 {
	margin-left: 58.33333333%;
}
.col-sm-offset-6 {
	margin-left: 50%;
}
.col-sm-offset-5 {
	margin-left: 41.66666667%;
}
.col-sm-offset-4 {
	margin-left: 33.33333333%;
}
.col-sm-offset-3 {
	margin-left: 25%;
}
.col-sm-offset-2 {
	margin-left: 16.66666667%;
}
.col-sm-offset-1 {
	margin-left: 8.33333333%;
}
.col-sm-offset-0 {
	margin-left: 0%;
}
}
@media (min-width: 992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left;
}
.col-md-12 {
	width: 100%;
}
.col-md-11 {
	width: 91.66666667%;
}
.col-md-10 {
	width: 83.33333333%;
}
.col-md-9 {
	width: 75%;
}
.col-md-8 {
	width: 66.66666667%;
}
.col-md-7 {
	width: 58.33333333%;
}
.col-md-6 {
	width: 50%;
}
.col-md-5 {
	width: 41.66666667%;
}
.col-md-4 {
	width: 33.33333333%;
}
.col-md-3 {
	width: 25%;
}
.col-md-2 {
	width: 16.66666667%;
}
.col-md-1 {
	width: 8.33333333%;
}
.col-md-pull-12 {
	right: 100%;
}
.col-md-pull-11 {
	right: 91.66666667%;
}
.col-md-pull-10 {
	right: 83.33333333%;
}
.col-md-pull-9 {
	right: 75%;
}
.col-md-pull-8 {
	right: 66.66666667%;
}
.col-md-pull-7 {
	right: 58.33333333%;
}
.col-md-pull-6 {
	right: 50%;
}
.col-md-pull-5 {
	right: 41.66666667%;
}
.col-md-pull-4 {
	right: 33.33333333%;
}
.col-md-pull-3 {
	right: 25%;
}
.col-md-pull-2 {
	right: 16.66666667%;
}
.col-md-pull-1 {
	right: 8.33333333%;
}
.col-md-pull-0 {
	right: auto;
}
.col-md-push-12 {
	left: 100%;
}
.col-md-push-11 {
	left: 91.66666667%;
}
.col-md-push-10 {
	left: 83.33333333%;
}
.col-md-push-9 {
	left: 75%;
}
.col-md-push-8 {
	left: 66.66666667%;
}
.col-md-push-7 {
	left: 58.33333333%;
}
.col-md-push-6 {
	left: 50%;
}
.col-md-push-5 {
	left: 41.66666667%;
}
.col-md-push-4 {
	left: 33.33333333%;
}
.col-md-push-3 {
	left: 25%;
}
.col-md-push-2 {
	left: 16.66666667%;
}
.col-md-push-1 {
	left: 8.33333333%;
}
.col-md-push-0 {
	left: auto;
}
.col-md-offset-12 {
	margin-left: 100%;
}
.col-md-offset-11 {
	margin-left: 91.66666667%;
}
.col-md-offset-10 {
	margin-left: 83.33333333%;
}
.col-md-offset-9 {
	margin-left: 75%;
}
.col-md-offset-8 {
	margin-left: 66.66666667%;
}
.col-md-offset-7 {
	margin-left: 58.33333333%;
}
.col-md-offset-6 {
	margin-left: 50%;
}
.col-md-offset-5 {
	margin-left: 41.66666667%;
}
.col-md-offset-4 {
	margin-left: 33.33333333%;
}
.col-md-offset-3 {
	margin-left: 25%;
}
.col-md-offset-2 {
	margin-left: 16.66666667%;
}
.col-md-offset-1 {
	margin-left: 8.33333333%;
}
.col-md-offset-0 {
	margin-left: 0%;
}
}
@media (min-width: 1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left;
}
.col-lg-12 {
	width: 100%;
}
.col-lg-11 {
	width: 91.66666667%;
}
.col-lg-10 {
	width: 83.33333333%;
}
.col-lg-9 {
	width: 75%;
}
.col-lg-8 {
	width: 66.66666667%;
}
.col-lg-7 {
	width: 58.33333333%;
}
.col-lg-6 {
	width: 50%;
}
.col-lg-5 {
	width: 41.66666667%;
}
.col-lg-4 {
	width: 33.33333333%;
}
.col-lg-3 {
	width: 25%;
}
.col-lg-2 {
	width: 16.66666667%;
}
.col-lg-1 {
	width: 8.33333333%;
}
.col-lg-pull-12 {
	right: 100%;
}
.col-lg-pull-11 {
	right: 91.66666667%;
}
.col-lg-pull-10 {
	right: 83.33333333%;
}
.col-lg-pull-9 {
	right: 75%;
}
.col-lg-pull-8 {
	right: 66.66666667%;
}
.col-lg-pull-7 {
	right: 58.33333333%;
}
.col-lg-pull-6 {
	right: 50%;
}
.col-lg-pull-5 {
	right: 41.66666667%;
}
.col-lg-pull-4 {
	right: 33.33333333%;
}
.col-lg-pull-3 {
	right: 25%;
}
.col-lg-pull-2 {
	right: 16.66666667%;
}
.col-lg-pull-1 {
	right: 8.33333333%;
}
.col-lg-pull-0 {
	right: auto;
}
.col-lg-push-12 {
	left: 100%;
}
.col-lg-push-11 {
	left: 91.66666667%;
}
.col-lg-push-10 {
	left: 83.33333333%;
}
.col-lg-push-9 {
	left: 75%;
}
.col-lg-push-8 {
	left: 66.66666667%;
}
.col-lg-push-7 {
	left: 58.33333333%;
}
.col-lg-push-6 {
	left: 50%;
}
.col-lg-push-5 {
	left: 41.66666667%;
}
.col-lg-push-4 {
	left: 33.33333333%;
}
.col-lg-push-3 {
	left: 25%;
}
.col-lg-push-2 {
	left: 16.66666667%;
}
.col-lg-push-1 {
	left: 8.33333333%;
}
.col-lg-push-0 {
	left: auto;
}
.col-lg-offset-12 {
	margin-left: 100%;
}
.col-lg-offset-11 {
	margin-left: 91.66666667%;
}
.col-lg-offset-10 {
	margin-left: 83.33333333%;
}
.col-lg-offset-9 {
	margin-left: 75%;
}
.col-lg-offset-8 {
	margin-left: 66.66666667%;
}
.col-lg-offset-7 {
	margin-left: 58.33333333%;
}
.col-lg-offset-6 {
	margin-left: 50%;
}
.col-lg-offset-5 {
	margin-left: 41.66666667%;
}
.col-lg-offset-4 {
	margin-left: 33.33333333%;
}
.col-lg-offset-3 {
	margin-left: 25%;
}
.col-lg-offset-2 {
	margin-left: 16.66666667%;
}
.col-lg-offset-1 {
	margin-left: 3%;
}
.col-lg-offset-0 {
	margin-left: 0%;
}
}
.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after {
	content: " ";
	display: table;
}
.clearfix:after, .container:after, .container-fluid:after, .row:after {
	clear: both;
}
.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.hide {
	display: none !important;
}
.show {
	display: block !important;
}
.invisible {
	visibility: hidden;
}
.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0;
}
.hidden {
	display: none !important;
}
.affix {
	position: fixed;
}
@-ms-viewport {
 width: device-width;
}
.visible-xs, .visible-sm, .visible-md, .visible-lg {
	display: none !important;
}
.visible-xs-block, .visible-xs-inline, .visible-xs-inline-block, .visible-sm-block, .visible-sm-inline, .visible-sm-inline-block, .visible-md-block, .visible-md-inline, .visible-md-inline-block, .visible-lg-block, .visible-lg-inline, .visible-lg-inline-block {
	display: none !important;
}
@media (max-width: 767px) {
.visible-xs {
	display: block !important;
}
table.visible-xs {
	display: table !important;
}
tr.visible-xs {
	display: table-row !important;
}
th.visible-xs,  td.visible-xs {
	display: table-cell !important;
}
}
@media (max-width: 767px) {
.visible-xs-block {
	display: block !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline {
	display: inline !important;
}
}
@media (max-width: 767px) {
.visible-xs-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm {
	display: block !important;
}
table.visible-sm {
	display: table !important;
}
tr.visible-sm {
	display: table-row !important;
}
th.visible-sm,  td.visible-sm {
	display: table-cell !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-block {
	display: block !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline {
	display: inline !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.visible-sm-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md {
	display: block !important;
}
table.visible-md {
	display: table !important;
}
tr.visible-md {
	display: table-row !important;
}
th.visible-md,  td.visible-md {
	display: table-cell !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-block {
	display: block !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline {
	display: inline !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.visible-md-inline-block {
	display: inline-block !important;
}
}
@media (min-width: 1200px) {
.visible-lg {
	display: block !important;
}
table.visible-lg {
	display: table !important;
}
tr.visible-lg {
	display: table-row !important;
}
th.visible-lg,  td.visible-lg {
	display: table-cell !important;
}
}
@media (min-width: 1200px) {
.visible-lg-block {
	display: block !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline {
	display: inline !important;
}
}
@media (min-width: 1200px) {
.visible-lg-inline-block {
	display: inline-block !important;
}
}
@media (max-width: 767px) {
.hidden-xs {
	display: none !important;
}
}
@media (min-width: 768px) and (max-width: 991px) {
.hidden-sm {
	display: none !important;
}
}
@media (min-width: 992px) and (max-width: 1199px) {
.hidden-md {
	display: none !important;
}
}
@media (min-width: 1200px) {
.hidden-lg {
	display: none !important;
}
}
.visible-print {
	display: none !important;
}
@media print {
.visible-print {
	display: block !important;
}
table.visible-print {
	display: table !important;
}
tr.visible-print {
	display: table-row !important;
}
th.visible-print,  td.visible-print {
	display: table-cell !important;
}
}
.visible-print-block {
	display: none !important;
}
@media print {
.visible-print-block {
	display: block !important;
}
}
.visible-print-inline {
	display: none !important;
}
@media print {
.visible-print-inline {
	display: inline !important;
}
}
.visible-print-inline-block {
	display: none !important;
}
@media print {
.visible-print-inline-block {
	display: inline-block !important;
}
}
@media print {
.hidden-print {
	display: none !important;
}
}


.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none;
}
.nav > li {
	position: relative;
	display: block;
}
.nav > li > a {
	position: relative;
	display: block;
	padding: 10px 15px;
}
.nav > li > a:hover, .nav > li > a:focus {
	text-decoration: none;
	background-color: #eeeeee;
}
.nav > li.disabled > a {
	color: #777777;
}
.nav > li.disabled > a:hover, .nav > li.disabled > a:focus {
	color: #777777;
	text-decoration: none;
	background-color: transparent;
	cursor: not-allowed;
}
.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
	background-color: #eeeeee;
	border-color: #337ab7;
}
.nav .nav-divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5;
}
.nav > li > a > img {
	max-width: none;
}
.nav-tabs {
	border-bottom: 1px solid #dddddd;
}
.nav-tabs > li {
	float: left;
	margin-bottom: -1px;
}
.nav-tabs > li > a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}
.nav-tabs > li > a:hover {
	border-color: #eeeeee #eeeeee #dddddd;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #dddddd;
	border-bottom-color: transparent;
	cursor: default;
}
.nav-tabs.nav-justified {
	width: 100%;
	border-bottom: 0;
}
.nav-tabs.nav-justified > li {
	float: none;
}
.nav-tabs.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-tabs.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs.nav-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs.nav-justified > .active > a, .nav-tabs.nav-justified > .active > a:hover, .nav-tabs.nav-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs.nav-justified > li > a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs.nav-justified > .active > a,  .nav-tabs.nav-justified > .active > a:hover,  .nav-tabs.nav-justified > .active > a:focus {
	border-bottom-color: #ffffff;
}
}
.nav-pills > li {
	float: left;
}
.nav-pills > li > a {
	border-radius: 4px;
}
.nav-pills > li + li {
	margin-left: 2px;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
	color: #ffffff;
	background-color: #337ab7;
}
.nav-stacked > li {
	float: none;
}
.nav-stacked > li + li {
	margin-top: 2px;
	margin-left: 0;
}
.nav-justified {
	width: 100%;
}
.nav-justified > li {
	float: none;
}
.nav-justified > li > a {
	text-align: center;
	margin-bottom: 5px;
}
.nav-justified > .dropdown .dropdown-menu {
	top: auto;
	left: auto;
}
@media (min-width: 768px) {
.nav-justified > li {
	display: table-cell;
	width: 1%;
}
.nav-justified > li > a {
	margin-bottom: 0;
}
}
.nav-tabs-justified {
	border-bottom: 0;
}
.nav-tabs-justified > li > a {
	margin-right: 0;
	border-radius: 4px;
}
.nav-tabs-justified > .active > a, .nav-tabs-justified > .active > a:hover, .nav-tabs-justified > .active > a:focus {
	border: 1px solid #dddddd;
}
@media (min-width: 768px) {
.nav-tabs-justified > li > a {
	border-bottom: 1px solid #dddddd;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-justified > .active > a,  .nav-tabs-justified > .active > a:hover,  .nav-tabs-justified > .active > a:focus {
	border-bottom-color: #ffffff;
}
}

.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.clearfix:before, .clearfix:after, .nav:before, .nav:after {
	content: " ";
	display: table;
}
.clearfix:after, .nav:after {
	clear: both;
}


.clearfix:before, .clearfix:after, .modal-header:before, .modal-header:after, .modal-footer:before, .modal-footer:after {
	content: " ";
	display: table;
}
.clearfix:after, .modal-header:after, .modal-footer:after {
	clear: both;
}



/* Slider */
.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}
.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
.slick-list:focus {
	outline: none;
}
.slick-list.dragging {








	cursor: pointer;
	cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
}
.slick-track:before, .slick-track:after {
	display: table;
	content: '';
}
.slick-track:after {
	clear: both;
}
.slick-loading .slick-track {
	visibility: hidden;
}
.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
}
[dir='rtl'] .slick-slide {
	float: right;
}
.slick-slide img {
	display: block;
}
.slick-slide.slick-loading img {
	display: none;
}
.slick-slide.dragging img {
	pointer-events: none;
}
.slick-initialized .slick-slide {
	display: block;
}
.slick-loading .slick-slide {
	visibility: hidden;
}
.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
	display: none;
}
 @charset 'UTF-8';
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: transparent;
}
.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: none;
	background: transparent;
}
.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev:before, .slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-prev {
	left: -25px;
}
[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto;
}
.slick-prev:before {
	content: '←';
}
[dir='rtl'] .slick-prev:before {
	content: '→';
}
.slick-next {
	right: -25px;
}
[dir='rtl'] .slick-next {
	right: auto;
	left: -25px;
}
.slick-next:before {
	content: '→';
}
[dir='rtl'] .slick-next:before {
	content: '←';
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 30px;
}
.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover, .slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-family: 'slick';
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black;
}
@font-face {
	font-family: 'corpfont';
	src: url('../fonts/corpfont.eot');
	src: url('../fonts/corpfont.eot') format('embedded-opentype'), url('../fonts/corpfont.ttf') format('truetype'), url('../fonts/corpfont.woff') format('woff'), url('../fonts/corpfont.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
 [class^="hwic_"], [class*=" hwic_"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'corpfont' !important;
 speak: none;
 font-style: normal;
 font-weight: normal;
 font-variant: normal;
 text-transform: none;
 line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
 -moz-osx-font-smoothing: grayscale;
}
.hwic_vr:before {
	content: "\e938";
}
.hwic_erji:before {
	content: "\e939";
}
.hwic_accessories:before {
	content: "\e93a";
}
.hwic_emui:before {
	content: "\e937";
	color: #505050;
}
.hwic_smart-screen:before {
	content: "\e936";
}
.hwic_smarthome-navbar:before {
	content: "\e92e";
}
.hwic_Wearables-navbar:before {
	content: "\e92f";
}
.hwic_tablets-navbar:before {
	content: "\e930";
}
.hwic_solutions-nav:before {
	content: "\e931";
}
.hwic_pc-navbar:before {
	content: "\e932";
}
.hwic_mobile-navbar:before {
	content: "\e933";
}
.hwic_accessories-navbar:before {
	content: "\e934";
}
.hwic_mobile-nav:before {
	content: "\e935";
}
.hwic_icon_nav_phones:before {
	content: "\e92c";
}
.hwic_icon_nav_pc:before {
	content: "\e92d";
}
.hwic_icon_rss:before {
	content: "\e92b";
}
.hwic_icon_link:before {
	content: "\e92a";
}
.hwic_icon_camera:before {
	content: "\e929";
}
.hwic_toutiao:before {
	content: "\e927";
}
.hwic_zhihu:before {
	content: "\e928";
}
.hwic_icon_pic:before {
	content: "\e926";
}
.hwic_icon_VK1:before {
	content: "\e919";
}
.hwic_icon_habrahabr:before {
	content: "\e924";
}
.hwic_icon_instagram:before {
	content: "\e925";
}
.hwic_icon_print2:before {
	content: "\e922";
}
.hwic_icon_print3:before {
	content: "\e923";
}
.hwic_icon_print:before {
	content: "\e91c";
}
.hwic_icon_building:before {
	content: "\e91d";
}
.hwic_icon_time:before {
	content: "\e91f";
}
.hwic_icon_user:before {
	content: "\e920";
}
.hwic_open-in-new3:before {
	content: "\e921";
}
.hwic_open-in-new-3:before {
	content: "\e900";
}
.hwic_open-in-new-2:before {
	content: "\e90e";
}
.hwic_download:before {
	content: "\e913";
}
.hwic_download2:before {
	content: "\e918";
}
.hwic_remove:before {
	content: "\e15b";
}
.hwic_to_left:before {
	content: "\e901";
}
.hwic_to_right:before {
	content: "\e902";
}
.hwic_lamp:before {
	content: "\e903";
}
.hwic_down:before {
	content: "\e904";
}
.hwic_lock:before {
	content: "\e90a";
}
.hwic_sharing_email:before {
	content: "\e906";
}
.hwic_add:before {
	content: "\e907";
}
.hwic_sharing_print:before {
	content: "\e908";
}
.hwic_sharing_share:before {
	content: "\e909";
}
.hwic_browser:before {
	content: "\e90a";
}
.hwic_sharing_wechat:before {
	content: "\e90b";
}
.hwic_cross:before {
	content: "\e90c";
}
.hwic_dehaze:before {
	content: "\e90d";
}
.hwic_email:before {
	content: "\e90f";
}
.hwic_files:before {
	content: "\e910";
}
.hwic_top:before {
	content: "\e911";
}
.hwic_pdf:before {
	content: "\e914";
}
.hwic_left:before {
	content: "\e915";
}
.hwic_right:before {
	content: "\e916";
}
.hwic_search:before {
	content: "\e917";
}
.hwic_telphone:before {
	content: "\e91a";
}
.hwic_tick:before {
	content: "\e91b";
}
.hwic_zoom-out:before {
	content: "\e91e";
}
.hwic_play2:before {
	content: "\ea1c";
}
.hwic_google-plus:before {
	content: "\ea8b";
}
.hwic_facebook:before {
	content: "\ea91";
}
.hwic_twitter:before {
	content: "\ea96";
}
.hwic_sina-weibo:before {
	content: "\ea9a";
}
.hwic_youtube:before {
	content: "\ea9d";
}
.hwic_linkedin:before {
	content: "\eaca";
}
.hwic_caret_left:before {
	content: "\f0d9";
}
.hwic_caret_right:before {
	content: "\f0da";
}
.hwic_sort_desc:before {
	content: "\f0dd";
}
.hwic_sort_asc:before {
	content: "\f0de";
}
.hwic_to-right:before {
	content: "\e912";
}




/* Reset margin for nested lists */
ul > li > ul, ul > li > ol, ol > li > ol, ol > li > ul {
	margin: 1px;
}
/* Description lists */
dt {
	font-weight: bold;
}
dt + dd {
	margin-top: 0.05em;
}
dd {
	margin-left: 0;
}
dd + dt {
	margin-top: 0.1em;
}
/**
 * Horizontal rule
 * 1. Address differences between Firefox and other browsers.
 */
hr {
	display: block;
	padding: 0;
	border: 0;
	height: 0;
	border-top: 1px solid #eeeeee;
	/* 1 */
	-webkit-box-sizing: content-box;
	box-sizing: content-box;/* 1 */
}
/* Address */
address {
	font-style: normal;
}
/* Quotes */
blockquote {
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 15px;
	border-left: 4px solid #eeeeee;/* Small print for identifying the source */
  /* Smaller margin if `small` follows */
}
blockquote small {
	display: block;
	color: #777777;
	text-align: right;
}
blockquote p:last-of-type {
	margin-bottom: 0;
}
/* iframe */
iframe {
	border: 0;
}
/* Forms
   ========================================================================== */
/**
  * Vertical alignment
  * Exclude `radio` and `checkbox` elements because the default `baseline` value aligns better with text
  */
button, input:not([type="radio"]):not([type="checkbox"]), select {
	vertical-align: middle;
}
.text-left {
	text-align: left;
}
.text-right {
	text-align: right;
}
.text-center {
	text-align: center;
}
.text-justify {
	text-align: justify;
}
.text-nowrap {
	white-space: nowrap;
}
.text-lowercase {
	text-transform: lowercase;
}
.text-uppercase {
	text-transform: uppercase;
}
.text-capitalize {
	text-transform: capitalize;
}
.text-muted {
	color: #777777;
}
.text-primary {
	color: #337ab7;
}
a.text-primary:hover, a.text-primary:focus {
	color: #286090;
}
.text-success {
	color: #3c763d;
}
a.text-success:hover, a.text-success:focus {
	color: #2b542c;
}
.text-info {
	color: #31708f;
}
a.text-info:hover, a.text-info:focus {
	color: #245269;
}
.text-warning {
	color: #8a6d3b;
}
a.text-warning:hover, a.text-warning:focus {
	color: #66512c;
}
.text-danger {
	color: #a94442;
}
a.text-danger:hover, a.text-danger:focus {
	color: #843534;
}
.bg-primary {
	color: #fff;
	background-color: #f66f6a;
}
a.bg-primary:hover, a.bg-primary:focus {
	background-color: #f3413a;
}
.bg-success {
	background-color: #dff0d8;
}
a.bg-success:hover, a.bg-success:focus {
	background-color: #c1e2b3;
}
.bg-info {
	background-color: #d9edf7;
}
a.bg-info:hover, a.bg-info:focus {
	background-color: #afd9ee;
}
.bg-warning {
	background-color: #fcf8e3;
}
a.bg-warning:hover, a.bg-warning:focus {
	background-color: #f7ecb5;
}
.bg-danger {
	background-color: #f2dede;
}
a.bg-danger:hover, a.bg-danger:focus {
	background-color: #e4b9b9;
}
.bg-yellow {
	background-color: #ffdf4f;
}
a.bg-yellow:hover, a.bg-yellow:focus {
	background-color: #ffd61c;
}
.bg-teal {
	background-color: #59c8d5;
}
a.bg-teal:hover, a.bg-teal:focus {
	background-color: #33b9c8;
}
.bg-blue {
	background-color: #15b0eb;
}
a.bg-blue:hover, a.bg-blue:focus {
	background-color: #108dbd;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 13px;
}
ul ul, ol ul, ul ol, ol ol {
	margin-bottom: 0;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline {
	padding-left: 0;
	list-style: none;
	margin-left: -5px;
}
.list-inline > li {
	display: inline-block;
	padding-left: 5px;
	padding-right: 5px;
}
dl {
	margin-top: 0;
	margin-bottom: 26px;
}
dt, dd {
	line-height: 1.625;
}
dt {
	font-weight: bold;
}
dd {
	margin-left: 0;
}
@media (min-width: 768px) {
.dl-horizontal dt {
	float: left;
	width: 160px;
	clear: left;
	text-align: right;
	display: block;
	word-wrap: normal;
	/* for IE */
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.dl-horizontal dd {
	margin-left: 180px;
}
}
abbr[title], abbr[data-original-title] {
	cursor: help;
	border-bottom: 1px dotted #777777;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
blockquote {
	padding: 13px 26px;
	margin: 0 0 26px;
	font-size: 20px;
	border-left: 5px solid #eeeeee;
}
blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
	margin-bottom: 0;
}
blockquote footer, blockquote small, blockquote .small {
	display: block;

	font-size: 80%;
	line-height: 1.625;
	color: #777777;
}
blockquote footer:before, blockquote small:before, blockquote .small:before {
	content: '\2014 \00A0';
}
@media (max-width: 767px) {
h1 {
	font-size: 34px;
	line-height: 46px;
}
h2 {
	font-size: 29px;
	line-height: 39px;
}
h3 {
	font-size: 25px;
	line-height: 35px;
}
h4 {
	font-size: 24px;
	line-height: 40px;
}
h5 {
	font-size: 22px;
	line-height: 22px;
}
.headline {
	font-size: 38px;
	line-height: 52px;
}
}
@font-face {
	font-family: 'HuaweiSans-Light';
	src: url('../fonts/huaweisans-light.eot');
	src: url('../fonts/huaweisans-light.eot') format('embedded-opentype'), url('../fonts/huaweisans-light.woff2') format('woff2'), url('../fonts/huaweisans-light.woff') format('woff'), url('../fonts/huaweisans-light.ttf') format('truetype'), url('../fonts/huaweisans-light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HuaweiSans-Bold';
	src: url('../fonts/huaweisans-bold.eot');
	src: url('../fonts/huaweisans-bold.eot') format('embedded-opentype'), url('../fonts/huaweisans-bold.woff2') format('woff2'), url('../fonts/huaweisans-bold.woff') format('woff'), url('../fonts/huaweisans-bold.ttf') format('truetype'), url('../fonts/huaweisans-bold.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'HuaweiSans-Regular';
	src: url('../fonts/huaweisans-regular.eot');
	src: url('../fonts/huaweisans-regular.eot') format('embedded-opentype'), url('../fonts/huaweisans-regular.woff2') format('woff2'), url('../fonts/huaweisans-regular.woff') format('woff'), url('../fonts/huaweisans-regular.ttf') format('truetype'), url('../fonts/huaweisans-regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.lg-container {
	width: 100% !important;
	max-width: 1440px;
	margin: 0 auto;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}
.container {
	width: 100% !important;
	max-width: 1200px;
}
b, strong {
	font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif !important;
	font-weight: normal !important;
}
@media (max-width: 767px) {
.container {
	padding-left: 22px;
	padding-right: 22px;
}
}
a, a:hover, a:focus input, select, * {
	outline: none;
}
.show-more a {
	font-family: "HuaweiSans-Bold", Helvetica, Arial, sans-serif;
	font-size: 18px;
	color: #f66f6a;/*&[aria-expanded="true"]{
			& em{
				&:before{
					content:"\e15b"
				}
			}
		}*/
}
.show-more a em {
	margin-right: 15px;
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	vertical-align: 0;
}
.show-more a:hover {
	text-decoration: none;
}
.show-more a.active .hwic_add {
	font-weight: bold;
	display: inline-block;
	vertical-align: middle;
}
.show-more a.active .hwic_add:before {
	content: "-";
	font-size: 16px;
	font-weight: bold;
}
.slick-dots {
	bottom: -60px;
}
.slick-dots li {
	margin: 0 5px;
}
.slick-dots li button {
	width: 14px;
	height: 14px;
	display: inline-block;
	background: #fff;
	border: 2px solid #404040;
	border-radius: 50%;
}
.slick-dots li button:before {
	font-size: 0;
}
.slick-dots li.slick-active button {
	background: #404040;
}
.slick-prev {
	left: -70px;
	z-index: 9;
	width: 44px;
	height: 44px;
}
.slick-prev:before {
	font-family: corpfont;
	content: "\e901";
	color: #f66f6a;
	font-size: 44px;
}
.slick-next {
	right: -70px;
	z-index: 9;
	width: 44px;
	height: 44px;
}
.slick-next:before {
	font-family: corpfont;
	content: "\e902";
	color: #f66f6a;
	font-size: 44px;
}
@media (max-width: 767px) {
.slick-next {
	right: 0;
}
.slick-prev {
	left: 0;
}
}
.container > .title {
	margin-bottom: 60px;
}
@media (max-width: 767px) {
.container > .title {
	margin-bottom: 40px;
}
}
.page-tit-h1 {
	margin-bottom: 45px;
	position: relative;
}
.page-tit-h1 a:hover {
	text-decoration: none;
}
.page-tit-h1 h1 {
	display: inline;
}
@media (max-width: 767px) {
.page-tit-h1 {
	margin-left: -22px;
	margin-right: -22px;
	padding: 0 22px;
}
.page-tit-h1 a {
	display: block;
}
.page-tit-h1 a em {
	transform: rotate(270deg);
	-ms-transform: rotate(270deg);
	-moz-transform: rotate(270deg);
	-webkit-transform: rotate(270deg);
	-o-transform: rotate(270deg);
	display: inline-block;
	font-size: 30px;
	vertical-align: -4px;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
}
.page-tit-h1 a.collapsed em {
	transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	display: inline-block;
	font-size: 30px;
	vertical-align: -4px;
}
}
.title {
	display: block;
	margin-bottom: 0;
}
.title h2 {
	float: left;
	margin-bottom: 0;
	line-height: 1;
	width: 65%;
}
.title h2 a {
	color: #222222;
	line-height: 1;
}
.title h2 a em {
	display: inline-block !important;
	font-size: 38px;
	vertical-align: middle;
	line-height: 1;
}
.title h2 + a {
	float: right;
	color: #222222;
	font-size: 22px;
}
.title h2 + a:hover {
	text-decoration: none;
}
.title h2 + a em {
	font-size: 36px;
	display: inline-block;
	vertical-align: middle;
	font-family: "HuaweiSans-Regular", Helvetica, Arial, sans-serif;
}
@media (max-width: 767px) {
.container > .title .title-mattes {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
}
.title h2 {
	width: 100%;
	position: relative;
	font-size: 20px;
}
.title h2 em {
	display: inline-block !important;
	vertical-align: middle;
	font-size: 40px;
}
.title h2 a em {
	display: inline-block !important;
}
.title h2 + a {
	display: none;
}
}
.navbar-toggle[aria-expanded="true"] em:before {
	content: "\e15b";
}
.img-rounded {
	border-radius: 5px;
}
[class^="icon-"] {
 display: inline-block;
 vertical-align: middle;
}
.share ul {
	margin-top: 40px;
	margin-bottom: 40px;
	line-height: 1;
	padding-left: 0;
}
.share ul li {
	float: left;
	margin-right: 20px;
	list-style: none;
	margin: 0 10px !important;
}
.share ul li a {
	color: #aaa !important;
}
.share ul li a:hover {
	background-color: #fff !important;
	text-decoration: none;
	color: #282828;
}
.share ul li a.icon-twitter:hover {
	color: #55acee !important;
}
.share ul li a.icon-facebook:hover {
	color: #44619D !important;
}
.share ul li a.icon-weibo:hover {
	color: #ff763b !important;
}
.share ul li a.icon-wechat:hover {
	color: #7bc549 !important;
}
.share ul li a.icon-google:hover {
	color: #000 !important;
}
.share ul li a.icon-linkedin:hover {
	color: #0077B5 !important;
}
.share ul li a.icon-VK1:hover {
	color: #348903 !important;
}
.share ul li a.icon_habrahabr:hover {
	color: #b00000 !important;
}
.share ul li a .share-close {
	background: transparent;
	border: 0;
	font-size: 25px;
	position: absolute;
	top: -205px;
	right: -95px;
	z-index: 9999;
	color: #333;
	display: none;
}
.share ul li a .share-close.com-share-botm {
	right: -80px;
}
.share ul li a.share-open .share-close, .share ul li a.share-open .wechat-qrcode {
	display: block;
}
@media (max-width: 767px) {
.share ul li {
	margin: 10px 10px !important;
	height: 18px;
}
}
.page-bottom-share ul li {
	margin-right: 12px;
	margin-left: 0;
}
.page-bottom-share ul li a {
	width: 30px;
	height: 20px;
	display: inline-block;
	background: #282828;
	border-radius: 4px;
	text-align: center;
}
.page-bottom-share ul li a em {
	color: #fff;
	font-size: 16px;
	margin-top: 2px;
	display: block;
}
.page-bottom-share ul li a.icon-VK1 em {
	margin-top: 4px;
}
.page-bottom-share ul li a:hover.icon-linkedin {
	background: #0084bf !important;
}
.page-bottom-share ul li a:hover.icon-facebook {
	background: #3b5998 !important;
}
.page-bottom-share ul li a:hover.icon-twitter {
	background: #1da1f2 !important;
}
.page-bottom-share ul li a:hover.icon-weibo {
	background: #e33237 !important;
}
.page-bottom-share ul li a:hover.icon-wechat {
	background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-google {






	background: #db4437 !important;
}
.page-bottom-share ul li a:hover.icon-VK1 {
	background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon_habrahabr {
	background: #b00000 !important;
}
.page-bottom-share ul li a:hover.icon-youtube {
	background: #348903 !important;
}
.page-bottom-share ul li a:hover.icon-instagram {
	background: #348903 !important;
}
.page-bottom-share ul li a .share-close {
	right: -80px;
}
.ie8 #footer ul.social li a.weixin .wechat-qrcode button, .ie9 #footer ul.social li a.weixin .wechat-qrcode button, .ie10 #footer ul.social li a.weixin .wechat-qrcode button, .ie11 #footer ul.social li a.weixin .wechat-qrcode button {
	top: 0;
}
.link-submit {
	background: #f66f6a;
	color: #fff;
	padding: 15px 20px;
	display: inline-block;
	text-decoration: none;
	border-radius: 10px;
	font-size: 18px;
	margin: 15px 0;
	text-decoration: none !important;
	min-width: 200px;
	margin-right: 20px;
	text-align: center;
	text-indent: 0 !important;
}
.link-submit:hover {
	text-decoration: none;
	color: #fff;
	background: #a54b4a;
}
.link-submit.disabled {
	background: #d4d4d4;
	color: #949494;
}
.link-submit.disabled em {
	color: #949494;
}
.link-submit em {
	padding-left: 70px;
	font-size: 16px;
	color: #fff;
}
.link-submit.witch {
	background: #fff;
	color: #282828;
	border: 1px solid #f66f6a;
}
.link-submit.witch em {
	color: #282828;
}
.link-submit.witch:hover {
	background: #fe9c99;
}
.article-page .link-submit em {
	padding-left: 10px;
}
.link {
	margin-right: 20px;
	text-decoration: underline;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
	display: none;
}
.pagination1, .pagination {
	margin-top: 20px;
}
.pagination1 .left, .pagination .left {
	float: left;
}
.pagination1 .left .select2-container, .pagination .left .select2-container {
	margin: 0 10px;
	width: 61px !important;
}
.pagination1 .left a, .pagination .left a {
	margin-right: 20px;
	display: inline-block;
	color: #282828;
}
.pagination1 .left a:hover, .pagination .left a:hover {
	text-decoration: none;
}
.pagination1 .right, .pagination .right {
	float: right;
}
.pagination1 .right ul li, .pagination .right ul li {
	display: inline-block;
	padding: 0;
	border: 0;
	line-height: 26px;
	font-size: 14px;
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
	margin-top: 0 !important;
	padding-top: 0 !important;
	border: 0 !important;
}
.pagination1 .right ul li input, .pagination .right ul li input {
	width: 54px;
	height: 26px;
	border: 1px solid #d4d4d4;
	border-radius: 4px;
	text-align: center;
	line-height: 26px;
	margin-right: 10px;
}
.pagination1 .right ul li a, .pagination .right ul li a {
	color: #282828;
	font-size: 14px;
}
.pagination1 .right ul li a em, .pagination .right ul li a em {
	font-size: 22px;
	display: inline-block;
	vertical-align: middle;
}
.pagination1 .right ul li.prev, .pagination .right ul li.prev {
	margin-right: 10px;
}
.pagination1 .right ul li.next, .pagination .right ul li.next {
	margin-left: 10px;
}
@media (max-width: 767px) {
.pagination1 .right,  .pagination .right {
	float: none;
}
}
.input-search {
	width: 100%;
	border-radius: 5px;
	padding-left: 20px;
	outline: none;
	font-size: 16px;
	border: 1px solid #d4d4d4;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
}
.input-search::-webkit-input-placeholder {
 color: #949494;
}
.input-search::-moz-placeholder {
 color: #949494;
}
.input-search:-ms-input-placeholder {
 color: #949494;
}
.input-search::-ms-input-placeholder {
 color: #949494;
}
.input-search::placeholder {
 color: #949494;
}
.input-search + a {
	position: absolute;
	top: 10px;
	right: 15px;
}
.input-search + a:hover {
	text-decoration: none;
}
@media (min-width: 1024px) {
.iconfont-flash [class*="hwic_"]:before,  .iconfont-flash.active [class*="hwic_"]:before,  .iconfont-flash:focus [class*="hwic_"]:before {
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);

	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	padding-right: 0;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
}
.iconfont-flash:hover [class*="hwic_"]:before,  .iconfont-flash.active [class*="hwic_"]:before,  .iconfont-flash:focus [class*="hwic_"]:before {
	webkit-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
}
.iconfont-flash:hover .hwic_download:before,  .iconfont-flash.active .hwic_download:before,  .iconfont-flash:focus .hwic_download:before {
	webkit-transform: translateY(10px);
	-webkit-transform: translateY(10px);
	-ms-transform: translateY(10px);
	transform: translateY(10px);
}
.external-link {
	cursor: pointer;
}
.external-link [class*="hwic_"]:before,  .external-link.active [class*="hwic_"]:before,  .external-link:focus [class*="hwic_"]:before {
	display: inline-block;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	padding-right: 0;
	-webkit-transition-duration: 0.1s;
	-o-transition-duration: 0.1s;
	transition-duration: 0.1s;
	display: none;
}
/* .external-link em.hwic_icon_nav_phones:before,.external-link em.hwic_icon_nav_pc:before{
		display: inline-block;
		font-size: 50px;
		height: 61px;
	}*/
.external-link:hover [class*="hwic_"]:before,  .external-link.active [class*="hwic_"]:before,  .external-link:focus [class*="hwic_"]:before {
	webkit-transform: translateX(10px);
	-webkit-transform: translateX(10px);
	-ms-transform: translateX(10px);
	transform: translateX(10px);
	display: inline-block;
	color: #282828 !important;
	margin-left: 10px \9;
}
/* .external-link:hover em.hwic_icon_nav_phones:before,.external-link:hover em.hwic_icon_nav_pc:before{
		webkit-transform: translateX(0px);
        transform: translateX(0px);
	}*/
.icon_nav_pc {
	background-image: url(../images/sprite1.png);
	background-position: -234px -257px;
	width: 73px;
	height: 54px;
}
.icon_nav_phones {
	background-image: url(../images/sprite1.png);
	background-position: -315px -256px;
	width: 45px;
	height: 54px;
}
.phone-flash {
	cursor: pointer;
}
.phone-flash .phone-img img {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	-webkit-box-shadow: 0 0 1px transparent;
	box-shadow: 0 0 1px transparent;
	position: relative;
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
}
.phone-flash:hover .phone-img .flash-phone {
	-webkit-transform: translateY(-20px);
	-ms-transform: translateY(-20px);
	transform: translateY(-20px);
}
.phone-flash .phone-img .flash-phone-show {
	-webkit-transition-duration: 0.3s;
	-o-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform, opacity;
	-webkit-transition-property: opacity, -webkit-transform;
	transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform;
	content: "";
	position: absolute;
	bottom: -40px;
	height: 100px;
	width: 100%;
	left: 0;
}
}
@media (max-width: 1024px) {
.product-callout .card.phone-flash .phone-img .flash-phone-show {
	bottom: -50px;
}
}
@media (max-width: 767px) {
.product-callout .card.phone-flash .phone-img .flash-phone-show {
	display: none;
}
}







.checkbox li {
	margin-bottom: 15px;
}
.checkbox .icheckbox_square-blue {

	border-radius: 3px;
}
.checkbox label em {
	font-style: normal;
}
.checkbox .forms-error inout {
	border: 1px solid #f66f6a;
}
.checkbox .forms-error label {
	color: #f66f6a;
}
.checkbox .disabled + label {
	color: #eee;
}
.checkbox [type="radio"] {
	width: 26px;
	height: 26px;
	border: 1px solid #15b0eb;
	display: inline-block;
	vertical-align: middle;
	margin-top: 0;
}
.forms-warp {
	margin-top: 60px;
	padding: 40px;
	background: #fff;
	-webkit-box-shadow: 0px 0 40px #d4d4d4;
	box-shadow: 0px 0 40px #d4d4d4;
}
.forms-warp h3 {
	font-size: 28px;
	margin-bottom: 40px;
}
.forms-warp > div {
	margin-bottom: 30px;
}
.forms-warp > div span {
	display: block;
	margin-bottom: 3px;
}
.ReadPolicy {
	background-color: #eeeeee;
	color: #282828;
	display: none;
	padding: 16px 0;
}
.ReadPolicy p {
	max-width: 750px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 1.225;
	position: relative;
	padding-right: 80px;
	padding-left: 10px;
}
.ReadPolicy a {
	color: #282828;
	text-decoration: underline;
}
.ReadPolicy .close {
	text-decoration: none;
	position: absolute;
	top: 0;
	right: 9px;
	display: block;
	height: 30px;
	width: 30px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	float: right;
	margin-top: -7px;
	opacity: 1;
}
.ReadPolicy .close:before {
	content: "\e90c";
	width: 30px;
	height: 30px;
	display: block;
	font-family: 'corpfont' !important;
	color: #333;
	font-size: 15px;
}
.nav-gblnav {
	position: relative;
	z-index: 99;
	background: #fff;
}
.nav-gblnav .nav-height {
	background-color: #222222;
	height: 28px;
	line-height: 28px;
}
.nav-gblnav .nav-height span a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	display: inline-block;
	vertical-align: top;
}
.nav-gblnav .nav-height span a em {
	font-size: 24px;
	vertical-align: middle;
	display: inline-block;
	overflow: hidden;
	height: 23px;
}
.nav-gblnav .nav-height span a:hover {
	text-decoration: none;
}
.nav-gblnav .nav-height span a:hover b {
	text-decoration: underline;
}
.nav-gblnav .nav-height span a .hwic_browser {
	margin-right: 10px;
}
.nav-gblnav .nav-height span a.navbar-toggle b {
	font-style: normal;
	font-weight: normal;
}
.nav-gblnav .nav-height span a[aria-expanded="true"] b {
	text-decoration: underline;
}
.nav-gblnav .nav-height span [aria-expanded="true"] .hwic_down:before {
	content: "\e911";
}
.nav-gblnav .nav-height .login a em.hwic_lock {
	font-size: 13px;
	height: 14px;
}
.nav-gblnav .nav-height .language {
	position: relative;
}
.nav-gblnav .nav-height .language .language-dropdown {
	position: absolute;
	top: 26px;
	left: 0;
	z-index: 100;
	background: #222222;
	min-width: 120px;
}
.nav-gblnav .nav-height .language .language-dropdown ul {
	padding: 10px 15px;
	list-style: none;
	margin-bottom: 0;
}
.nav-gblnav .nav-height .language .language-dropdown ul li {
	padding-top: 10px;
	border-top: 1px solid #fff;
}
.nav-gblnav .nav-height .language .language-dropdown ul li:first-child {
	border-top: 0;
	padding-top: 0px;
	padding-bottom: 10px;
}
.nav-gblnav .nav-height .nav-fr {
	float: right;
}
.nav-gblnav .nav-height .nav-fr > span {
	border-left: 1px solid #949494;
	padding: 0 12px;
}
.nav-gblnav .nav-height .nav-fr > span:first-child {
	border-left: 0;
	padding-right: 0;
}
.nav-gblnav .nav-height .nav-fr > span a b {
	font-style: normal;
	font-weight: normal;
}
.nav-gblnav .nav-height .nav-fr > span a:hover b {
	text-decoration: underline;
}
.nav-gblnav .corporate .corporate-dropdown {
	width: 100%;
}
.nav-gblnav .corporate .corporate-dropdown ul {
	list-style: none;
	letter-spacing: -0.31em;
	padding-left: 0;
	margin-bottom: 0;
	padding: 40px 0;
}
.nav-gblnav .corporate .corporate-dropdown ul li {
	display: inline-block;
	width: 25%;
	letter-spacing: 0;
	padding-right: 60px;
	float: left;
	font-size: 14px;
	cursor: pointer;
}
.nav-gblnav .corporate .corporate-dropdown ul li:first-child {
	cursor: default;
}
.nav-gblnav .corporate .corporate-dropdown ul li:first-child h3 a {
	color: #282828;
	cursor: default;
}
.nav-gblnav .corporate .corporate-dropdown ul li:first-child h3 a em:before {
	content: "" !important;
}
.nav-gblnav .corporate .corporate-dropdown ul li:first-child a {
	cursor: default;
}
.nav-gblnav .corporate .corporate-dropdown ul li h3 {
	line-height: 0;
	margin-bottom: 0;
}
.nav-gblnav .corporate .corporate-dropdown ul li p {
	margin-top: 5px;
	margin-bottom: 0;
	color: #282828;
	font-weight: normal;
}
.nav-gblnav .corporate .corporate-dropdown ul li a {
	color: #f66f6a;
	font-size: 14px;
	font-weight: bold;
}
.nav-gblnav .corporate .corporate-dropdown ul li a em {
	font-size: 24px;
	vertical-align: middle;
}
.nav-gblnav .corporate .corporate-dropdown ul li a:hover {
	text-decoration: none;
}
.nav-gblnav .corporate .corporate-dropdown ul li a.active {
	color: #282828;
}
.nav-gblnav .corporate .corporate-dropdown ul li a.active .hwic_right:before {
	content: "" !important;
}
.nav-gblnav .corporate .worldwide-dropdown {
	width: 100%;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact {
	padding: 40px 0;
	overflow: hidden;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language {
	font-size: 14px;
	padding-bottom: 0px;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language .hwic_browser {
	margin-right: 10px;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact .worldwide-language a {
	color: #222222;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul {
	letter-spacing: -0.31em;
	margin-bottom: 0;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li {
	display: inline-block;
	width: 20%;
	letter-spacing: 0;
	font-size: 14px;
	float: left;
	padding-top: 20px;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li a {
	color: #222222;
	text-decoration: underline;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li a:hover {
	color: #222222;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul {
	list-style: none;
	padding-left: 0;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li {
	padding-top: 20px;
	font-size: 14px;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li:first-child {
	padding-top: 0;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li em {
	margin-right: 10px;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li a {
	color: #222222;
	text-decoration: underline;
}
.nav-gblnav .corporate .worldwide-dropdown .worldwide-contact > ul > li ul li a :hover {
	color: #222222;
}
.navbar-collapse {
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.navbar-collapse.in {
	overflow-y: auto;
}
header.affix {
	position: fixed;
	width: 100%;
	z-index: 100;
	top: 0;
}
header .autocomplete-suggestions {
	border: 0;
}
header #hw1_global_nav {
	position: relative;
	z-index: auto;
	height: auto;
	text-transform: uppercase;
}
header #hw1_global_nav nav {
	height: 74px;
	background: #fff;
	-webkit-box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 2px 0px 10px rgba(0, 0, 0, 0.2);
	padding-top: 0;
	position: relative;
	z-index: 100;
}
header #hw1_global_nav nav #hw1_logo {
	display: inline-block;
	overflow: hidden;
	margin-top: 15px;
	float: left;
	max-width: 360px;
}
header #hw1_global_nav nav #hw1_logo img {
	max-width: 100%;
}
header #hw1_global_nav nav .nav-contact {
	display: inline-block;
	float: right;
}
header #hw1_global_nav nav .nav-contact > ul {
	list-style: none;
	padding-left: 0;
	margin-bottom: 0;
	height: 50px;
	display: table;
	float: left;
	position: relative;
	height: 74px;

}
header #hw1_global_nav nav .nav-contact > ul:before {
	content: "";
	width: 2px;
	height: 50px;
	background: #d4d4d4;
	display: inline-block;
	margin-top: 10px;
	margin-right: 30px;
}
header #hw1_global_nav nav .nav-contact > ul.no-line-style:before {
	content: none;
	width: 0;
	height: 50px;
	background: none;
	display: inline-block;
	margin-top: 10px;
	margin-right: 0;
}
header #hw1_global_nav nav .nav-contact > ul a.navbar-toggle {
	font-size: 18px;
}
header #hw1_global_nav nav .nav-contact > ul a:hover, header #hw1_global_nav nav .nav-contact > ul a.active {
	text-decoration: none;
	color: #f66f6a;
}
header #hw1_global_nav nav .nav-contact > ul a:hover.navbar-toggle em, header #hw1_global_nav nav .nav-contact > ul a.active.navbar-toggle em {
	color: #f66f6a;
}
header #hw1_global_nav nav .nav-contact > ul:first-child {
	border-left: 0;
	padding-left: 0;
}
header #hw1_global_nav nav .nav-contact > ul:first-child:before {
	display: none;
}
header #hw1_global_nav nav .nav-contact > ul:first-child li > a {
	padding-left: 0px;
}
header #hw1_global_nav nav .nav-contact > ul > li {
	display: table-cell;
	vertical-align: middle;
	padding-right: 35px;
	letter-spacing: -0.32em;
}
header #hw1_global_nav nav .nav-contact > ul > li * {
	letter-spacing: normal;
}
header #hw1_global_nav nav .nav-contact > ul > li .hwic_solutions-nav {
	font-size: 28px;
}
header #hw1_global_nav nav .nav-contact > ul > li .hwic_mobile-nav {
	font-size: 33px;
}
header #hw1_global_nav nav .nav-contact > ul > li.active > a {
	color: #f66f6a;
}
header #hw1_global_nav nav .nav-contact > ul > li span, header #hw1_global_nav nav .nav-contact > ul > li a, header #hw1_global_nav nav .nav-contact > ul > li em {
	display: inline-block;
	vertical-align: middle;
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li span img {
	margin-right: 19px;
}
header #hw1_global_nav nav .nav-contact > ul > li span.lazy-placeholder {
	height: 100px;
	width: 100%;
	overflow: hidden;
}
header #hw1_global_nav nav .nav-contact > ul > li > .navbar-toggle > em.hwic_down {
	font-size: 30px;
	vertical-align: middle;
	color: #686868;
	width: 20px;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
header #hw1_global_nav nav .nav-contact > ul > li > .navbar-toggle > em.hwic_down:before {
	margin-left: -5px;
}
header #hw1_global_nav nav .nav-contact > ul > li:hover > .navbar-toggle > em.hwic_down:before {
	content: "\e911";
}
header #hw1_global_nav nav .nav-contact > ul > li .nav-line {
	width: 1px;
	height: 100%;
	display: inline-block;
	border-left: 2px solid #d4d4d4;
}
header #hw1_global_nav nav .nav-contact > ul > li .navbar-collapse {
	position: fixed;
	overflow: hidden;
	width: 100%;
	background: #f5f5f5;
	left: 0;
	cursor: default;
	opacity: 0;
	border-bottom: 1px solid #e5e5e5 \9;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.1);
	display: none;
	margin-top: 20px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open > .container > .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open > .container > .row > [class*="col-"] {
 padding: 40px 15px;
 min-height: 326px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more {
	padding-left: 20px;
	height: 40px;
	line-height: 40px;
	background: #f66f6a;
	position: absolute;
	right: -10px;
	bottom: 52px;
	border-radius: 6px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more a {
	color: #fff;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more em {
	font-size: 35px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 15px;
	padding-right: 5px;

	color: #fff;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more em:before {
	color: #fff;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon {
	padding-top: 40px;
	padding-left: 2%;
	padding-right: 2%;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon .col-sm-2 {
	width: 20%;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] {
	padding-bottom: 40px;
	text-align: center;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] em {
	display: inline-block;
	font-size: 14px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a {
	display: block;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em[class*="hwic_"] {
	font-size: 44px;
	min-height: 52px;
	display: table;
	width: 100%;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em[class*="hwic_"]:before {
	webkit-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-ms-transform: translateX(0px);
	transform: translateX(0px);
	display: inline-block;
	display: table-cell;
	vertical-align: middle;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em.hwic_mobile-navbar {
	font-size: 52px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em.hwic_smarthome-navbar {
	font-size: 52px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em.hwic_accessories-navbar {
	font-size: 52px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"]:hover p {
	color: #f66f6a;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon a {
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon p {
	text-align: center;
	margin-top: 7px;

	margin-bottom: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon p em {
	position: absolute;
	margin-top: 6px;
	margin-left: 10px \9;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span {
	padding-left: 0;
	font-size: 14px;
	vertical-align: top;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a {
	font-size: 14px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a:hover {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon span a:hover span {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 {
	padding-left: 19px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 h3 {
	font-size: 18px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul li {
	margin: 8px 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul li a {
	color: #282828;
	font-size: 14px;
	padding-left: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 ul li a:hover {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span {
	position: absolute;
	bottom: 40px;
	font-size: 14px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span:hover span {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span a {
	font-size: 14px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span a:hover {
	text-decoration: underline;
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .card-cl2 span span {
	position: static;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab {
	border-bottom: 1px solid #c7c7c7;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 {
	float: none;
	text-align: center;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li {
	display: inline-block;
	margin-left: 60px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li:first-child {
	margin-left: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li:hover, header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li.active {
	color: #222222;
	text-decoration: none;
	border-bottom: 5px solid #f66f6a;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .nav-for-tab .col-sm-6 ul li a {
	padding: 20px 0 10px 0;
	color: #777777;
	display: block;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one {
	position: relative;
	overflow: hidden;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] {
 padding-top: 40px;
 padding-bottom: 40px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] .card-cl2 {
	padding-left: 19px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] img {
	border-radius: 5px;
	margin-bottom: 10px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] h3 {
	font-size: 22px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a {
	font-size: 14px;
	color: #282828;
	margin-top: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a:hover {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a em {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one > .container > .row > [class*="col-"] span a em:before {
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center {
	padding: 0 33px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center img {
	margin-top: 9px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center a {
	display: block;
	color: #282828 !important;
	font-size: 18px !important;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .col-sm-3.text-center > p {
	max-height: 80px;
	overflow: hidden;

}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul li {
	padding: 5px 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul li a {
	font-size: 14px;
	color: #282828;
	padding-left: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one ul li a:hover {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one span {
	font-size: 14px;
	padding-top: 20px;
	display: block;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one span:hover span {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one span span {
	padding-top: 0px;
	display: inline-block;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span {
	padding-top: 60px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span:hover span {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-one .card-cl2 span span {
	padding-top: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two {
	padding: 40px 0;
	display: block;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center {
	padding: 0 35px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center h3 {
	margin-top: 30px;
	margin-bottom: 5px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two .col-sm-4.text-center p {
	margin-top: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two ul li {
	padding: 2px 0;

}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two ul li a {
	font-size: 14px;
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two span {
	padding-top: 25px;
	font-size: 14px;
	display: block;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-enterprise-open .for-tab-two span a {
	color: #f66f6a;
	padding-left: 10px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open > .container {
	padding: 40px 11px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open h3 {
	font-size: 18px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open h3 a {
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open h3 a em {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
	width: 20px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul li {
	padding: 2px 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul a {
	font-size: 14px;
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open ul a:hover {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span {
	font-size: 14px;
	color: #282828;
	display: inline-block;
	vertical-align: bottom;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span:hover span {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span a {
	font-size: 14px;
	margin-top: 50px;
}
header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-insights-open span a:hover {
	text-decoration: underline;
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open > .container {
	padding: 40px 11px;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open .col-sm-3:first-child img {
	border-radius: 5px;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open h3 {
	font-size: 18px;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open h3 a {
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open h3 a em {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul li {
	padding: 2px 0;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul a {
	font-size: 14px;
	color: #282828;
}
header #hw1_global_nav nav .nav-contact > ul > li .about-huawei-open ul a:hover {
	text-decoration: underline;
}
header #hw1_global_nav nav .nav-contact > ul > li.active .navbar-collapse {
	display: block;
	-webkit-animation: opGradient 0.4s;
	animation: opGradient 0.4s;
	opacity: 1;
}
header #hw1_global_nav nav .nav-contact > ul > li.active .collapse {
	visibility: visible;
}
header #hw1_global_nav nav .nav-contact > ul [aria-expanded="true"] .hwic_down:before {
	content: "\e911";
}
header #hw1_global_nav nav .search {
	display: inline-block;
	font-size: 24px;
	float: right;
	margin-top: 20px;
	margin-right: 0;
	position: relative;
	line-height: 1.625;
}
header #hw1_global_nav nav .search a {
	color: #282828;
}
header #hw1_global_nav nav .search a:hover {
	text-decoration: none;
}
header #hw1_global_nav .navbar-collapse {
	background: #f5f5f5;
	position: absolute;
	width: 100%;
	z-index: 98;
	-webkit-box-shadow: 0 0 2px #cccccc;
	box-shadow: 0 0 2px #cccccc;
}
header #hw1_global_nav .navbar-collapse .slick-prev, header #hw1_global_nav .navbar-collapse .slick-next, header #hw1_global_nav .navbar-collapse .slick-dots {
	display: none !important;
}
header #hw1_global_nav .navbar-collapse .slick-dotted.slick-slider {
	margin-bottom: 0;
}
header #hw1_global_nav .navbar-collapse .bg-support {
	position: absolute;
	width: 1000px;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
}
header #hw1_global_nav .navbar-collapse .bg-support .row {
	height: 100%;
}
header #hw1_global_nav .navbar-collapse .bg-support div {
	background: #ebebeb;
	height: 100%;
}
header #hw1_global_nav .navbar-collapse .bg-support div {
	background: #ebebeb;
	height: 100%;
}
header #hw1_mob_nav_container {
	top: 66px;
	z-index: 99;
	right: -100%;
	position: fixed;
	width: 100%;
	-webkit-transition-property: right, visibility;
	-o-transition-property: right, visibility;
	transition-property: right, visibility;
	-webkit-transition-duration: 0.35s;
	-o-transition-duration: 0.35s;
	transition-duration: 0.35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	height: 100%;
	background: #f5f5f5;
	overflow-y: auto;
	display: none;
}
header #hw1_mob_nav_container.open .mob-nav-corporate {
	opacity: 1;
	bottom: 0;
}
header #hw1_mob_nav_container.open {
	right: 0;
	padding-bottom: 100px;
}
header .hw1_masthead_rightside {
	float: right;
	height: 40px;
	position: relative;
	margin-top: 18px;
}
header .hw1_masthead_rightside > ul > li {
	display: block;
	float: left;
	padding: 0;
	position: relative;
	font-size: 21px;
	height: 40px;
	padding-left: 15px;
	border-left: 1px solid #d4d4d4;
	padding-right: 15px;
}
header .hw1_masthead_rightside > ul > li a {
	color: #222222;
	font-weight: bold;
	font-size: 22px;
	float: left;
	margin-top: 3px;
	width: 23px;
}
header .hw1_masthead_rightside > ul > li a span {
	font-size: 18px;
	font-weight: bold;
}
header .hw1_masthead_rightside > ul > li:first-child {
	border-left: 0;
	margin-top: 5px;
}
header .hw1_masthead_rightside > ul > li:first-child a {
	float: none;
	margin-top: 0;
}
header .hw1_masthead_rightside > ul > li.hw1_show_more {
	padding-right: 0px;
}
header .hw1_masthead_rightside > ul > li .line-3 {
	width: 42px;
	height: 34px;
	padding-top: 3px;
	padding-left: 18px;
	margin-bottom: 5px;
	margin-top: 1px;
	border-left: 1px solid #d4d4d4;
}
header .hw1_masthead_rightside > ul > li .line-3 span {
	height: 2px;
	background: #222222;
	margin: 6px 0;
	display: block;
}
header .mob-nav-gblanv {
	background: #fff;
	-webkit-box-shadow: 4px 0px 10px #cccccc;
	box-shadow: 4px 0px 10px #cccccc;
	position: relative;
	z-index: 2;
	padding-top: 5px;
	padding-bottom: 4px;
	border-bottom: 1px solid #d4d4d4;
}
header .mob-nav-gblanv .nav {
	height: 40px;
}
header .mob-nav-gblanv .nav .hw1_logo1 {
	float: left;
	overflow: hidden;
	position: relative;
}
header .mob_nav_open {
	background: #f5f5f5;
	padding-bottom: 100px;
}
header .mob_nav_open ul {
	list-style: none;
	padding: 0;
	margin: 0;
	background: #fff;
	margin-bottom: 15px;
}
header .mob_nav_open ul li a.navbar-toggle {
	font-size: 16px;
	color: #282828;
	padding: 11px 15px;
	border-bottom: 1px solid #d4d4d4;
	-webkit-box-shadow: 0 0 2px #cccccc;
	box-shadow: 0 0 2px #cccccc;
	display: block;
	line-height: 150%;
}
header .mob_nav_open ul li a.navbar-toggle:hover {
	color: #282828;
}
header .mob_nav_open ul li a.navbar-toggle.active {
	color: #f66f6a;
	text-decoration: none;
}
header .mob_nav_open ul li a.navbar-toggle em {
	float: right;
	font-size: 33px;
	height: 20px;
	margin-top: -5px;
}
header .mob_nav_open ul li a.navbar-toggle em.hwic_open-in-new3 {
	font-size: 14px;
	width: 14px;
	height: 14px;
	margin-top: 6px;
	margin-right: 9px;
}
header .mob_nav_open ul li a[aria-expanded="true"] .hwic_down:before {
	content: "\e911";
}
header .mob_nav_open ul li > ul > li {
	border-bottom: 1px solid #d4d4d4;
}
header .mob_nav_open ul li > ul > li a {
	padding: 10px 25px;
	display: block;
	color: #282828;
}
header .mob_nav_open ul li > ul > li a:hover, header .mob_nav_open ul li > ul > li a:focus {
	background: #f5f5f5;
	text-decoration: none;
}
header .mob_nav_open ul li > ul > li h3 {
	padding: 4px 25px;
	display: block;
	background: #ecebeb;
	margin-bottom: 0;
	font-size: 14px;
}
header .mob_nav_open ul li.nav-mob-link {
	padding-left: 25px;
}
header .mob_nav_open ul li.nav-mob-link a {
	padding-left: 5px;
	display: inline-block;
}
header .mob_nav_open ul li.nav-mob-link a:hover, header .mob_nav_open ul li.nav-mob-link a:focus {
	background: none;
}
header .mob_nav_open .mob_login {
	height: 40px;
	line-height: 40px;
	background: #f66f6a;
	text-align: center;
	border-radius: 5px;
	margin: 10px 15px;
	font-size: 18px;
}
header .mob_nav_open .mob_login a, header .mob_nav_open .mob_logina:hover {
	color: #fff;
	display: block;
}
header .mob_nav_open .nav_myhuawei {
	height: 40px;
	line-height: 40px;
	text-align: center;
	margin: 10px 15px;
	font-size: 18px;
}
header .mob_nav_open .nav_myhuawei a {
	text-decoration: underline;
	display: block;
}
header .see-all, header .link-red {
	color: #f66f6a !important;
}
header .mob-nav-corporate {
	bottom: -100px;
	left: 0;
	height: 48px;
	background: #222222;
	width: 100%;
	padding: 10px 15px;
	position: fixed;
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}
header .mob-nav-corporate > span {
	float: left;
}
header .mob-nav-corporate > ul {
	float: right;
	background: none;
}
header .mob-nav-corporate > ul li {
	display: inline-block;
	border-left: 1px solid #7e7e7e;
	padding-left: 12px;
	border-bottom: 0 !important;
	line-height: normal !important;
	padding: 0 !important;
}
header .mob-nav-corporate > ul li:first-child {
	border-left: 0;
}
header .mob-nav-corporate > ul li span {
	color: #fff;
	font-size: 14px;
	margin-right: 5px;
}
header .mob-nav-corporate a {
	color: #fff;
	font-size: 12px;
	display: inline-block !important;
}
header .mob-nav-corporate a em {
	font-size: 30px;
	display: inline-block;
	vertical-align: middle;
}
header .mob-nav-corporate a.corporate-link-mob[aria-expanded="true"] em, header .mob-nav-corporate a.worldwide-link-mob[aria-expanded="true"] em {
/*			 transform: rotate(180deg);
					-ms-transform: rotate(180deg);
					-moz-transform: rotate(180deg);
					-webkit-transform: rotate(180deg);
					-o-transform: rotate(180deg);*/
}
header .mob-nav-corporate .navbar-toggle[aria-expanded="true"] em:before {
	content: "\e904" !important;
}
header .nav-posti {
	position: static;
	top: 56px;
	left: 0;
	width: 100%;
	overflow-y: auto;
	margin-bottom: 48px;
}
header .mob-corporate-open {
	background: #fff;
	position: fixed;
	top: 66px;
	width: 100%;
	height: 100%;
	padding-bottom: 155px;
}
header .mob-corporate-open ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header .mob-corporate-open ul li {
	padding: 15px 15px !important;
	border-bottom: 1px solid #d4d4d4;
	-webkit-box-shadow: 1px 0 5px #f5f5f5;
	box-shadow: 1px 0 5px #f5f5f5;
}
header .mob-corporate-open ul li h3 {
	font-size: 14px;
	margin-bottom: 5px;
	line-height: 150%;
}
header .mob-corporate-open ul li p {
	width: 60%;
	font-size: 14px;
	margin: 0;
	text-align: left;
}
header .mob-corporate-open ul li a {
	color: #f66f6a;
}
header .mob-corporate-open ul li a em {
	float: right;
	margin-top: 5px;
}
header .mob-corporate-open ul li:first-child a {
	color: #222222;
}
header .mob-worldwide-open {
	background: #fff;
	position: fixed;
	top: 64px;
	width: 100%;
	height: 100%;
	overflow: auto;
	padding-bottom: 155px;
}
header .mob-worldwide-open ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
header .mob-worldwide-open ul li {
	padding: 15px 15px;
	border-bottom: 1px solid #d4d4d4;
}
header .mob-worldwide-open ul li a {
	color: #222222;
}
header .mob-worldwide-open ul li a span {
	padding-right: 15px;
}
header .mob-worldwide-open ul li a .hwic_browser {
	font-size: 25px;
}
header .search-open {
	position: fixed;
	top: auto;
	right: auto;
	left: auto;
	margin-top: -50px;
	-webkit-transition: margin-left 0.5s ease-in-out;
	-o-transition: margin-left 0.5s ease-in-out;
	transition: margin-left 0.5s ease-in-out;
}
header .search-open.open {
	z-index: 1048;
	display: block !important;
	margin-left: -474px;
}
header .search-open .highlight {
	color: #f66f6a;
}
header .search-open .search-box {
	position: relative;
}
header .search-open .search-box input {
	width: 100%;
	height: 48px;
	border: 1px solid #d4d4d4;
	line-height: 48px;
	border-radius: 5px;
	padding-left: 20px;
	outline: none;
	font-size: 16px;
	padding-right: 50px;
}
header .search-open .search-box input:focus {
	border: 1px solid #15b0eb;
	color: #282828;
	-webkit-box-shadow: 0px 3px 8px #d4d4d4;
	box-shadow: 0px 3px 8px #d4d4d4;
}
header .search-open .search-box .search-btn {
	position: absolute;
	top: 5px;
	right: 0;
	padding: 0 10px;
}
header .search-open .results-box {
	background: #fff;
	border-radius: 5px;
	margin-top: 17px;
	padding: 30px 0;
}
header .search-open .results-box .autocomplete-suggestions {
	width: 100% !important;
}
header .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion {
	padding: 10px 30px;
	font-size: 18px;
}
header .search-open .results-box .autocomplete-suggestions .autocomplete-suggestion:hover {
	background: #999;
	cursor: pointer;
}
header .search-open .results-box .results1 {
	border-bottom: 1px solid #d4d4d4;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
header .search-open .results-box h3 {
	font-size: 14px;
	font-weight: bold;
	color: #999;
	text-transform: uppercase;
	margin-bottom: 8px;
	padding: 0 30px;
}
header .search-open .results-box ul {

	list-style: none;
	padding: 0;
	margin: 0;
}
header .search-open .results-box ul li {
	padding: 10px 30px;
	line-height: 100%;
}
header .search-open .results-box ul li:hover {
	background: #999;
}
header .search-open .results-box ul li:hover a {
	color: #fff !important;
}
header .search-open .results-box a {
	font-size: 18px;
}
.moblie-search-btn {
	position: absolute;
	top: 14px;
	right: 15px;
}
.moblie-search-btn:before {
	color: #282828;
	font-size: 22px;
}
.moblie-search-close {
	position: absolute;
	top: 6px;
	right: 15px;
}
.moblie-search-close span:before {
	color: #282828;
	font-size: 22px;
}
.mobile-menu-open nav .hw1_masthead_rightside > ul > li a .hwic_dehaze:before {
	content: "\e90c";
}
header .search-open {
	position: absolute;
	top: auto;
	right: 0px;
	left: auto;
	margin-top: -45px;
	z-index: -1;
	width: 500px;
	overflow: hidden;
	-webkit-transition: -webkit-transform 0.5s;
	-webkit-transition: top 0.3s, -webkit-transform 0.3s;
	transition: top 0.3s, -webkit-transform 0.3s;
	-o-transition: transform 0.3s, top 0.3s;
	transition: transform 0.3s, top 0.3s;
	transition: transform 0.3s, top 0.3s, -webkit-transform 0.3s;
	-webkit-transform-origin: right center;
	-ms-transform-origin: right center;
	transform-origin: right center;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
header .search-open {
	margin-top: -55px;
}
}
body.top-search-open {
	overflow: hidden;
}
body.top-search-open header .search-open {
	display: block;
	z-index: 100;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
header .nav-contact > ul {
	-webkit-transition: -webkit-transform 0.5s, opacity 3s;
	-webkit-transition: opacity 3s, -webkit-transform 0.5s;
	transition: opacity 3s, -webkit-transform 0.5s;
	-o-transition: transform 0.5s, opacity 3s;
	transition: transform 0.5s, opacity 3s;
	transition: transform 0.5s, opacity 3s, -webkit-transform 0.5s;
	opacity: 1;
	-webkit-transform-origin: left center;
	-ms-transform-origin: left center;
	transform-origin: left center;
}
body.top-search-open header .nav-contact > ul {
	opacity: 0;
	-webkit-transform: scale3d(0, 0, 0);
	transform: scale3d(0, 0, 0);
}
header nav .search .nav-search-btn {
	-webkit-transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	display: block;
	position: relative;
	right: 0px;
	display: inline-block;
}
body.top-search-open header nav .search .nav-search-btn {
	display: none;
	-webkit-transform: scale(0.85);
	-ms-transform: scale(0.85);
	transform: scale(0.85);
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	display: inherit;
}
header nav .search .search-btn {
	-webkit-transition: transform 0.5s;
	-webkit-transition: -webkit-transform 0.5s;
	transition: -webkit-transform 0.5s;
	-o-transition: transform 0.5s;
	transition: transform 0.5s;
	transition: transform 0.5s, -webkit-transform 0.5s;
	opacity: 0;
	width: 0;
	height: 0;
	visibility: hidden;
	overflow: hidden;
	display: inline-block;
	position: relative;
	z-index: 101;
	right: 115px;
	top: 3px;
}
body.top-search-open header nav .search .search-btn {
	opacity: 1;
	visibility: visible;
	width: auto;
	height: auto;
	display: inherit;
	-webkit-transform: scale(0.9);
	-ms-transform: scale(0.9);
	transform: scale(0.9);
}
header .search-open .results-box {
	-webkit-transition: opacity 0.5s ease;
	-o-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
	display: none;
}
header .search-open .search-input {
	width: 100%;
	position: relative;
	display: inline-block;
	padding-right: 100px;
}
header .search-open .search-close {
	display: none;
	vertical-align: middle;
	font-size: 22px;
	margin-left: 10px;
}
header.affix, .secondary-navigation.affix {
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	-o-transition: transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
}
.scroll-down header.affix {
	-webkit-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	transform: translateY(-75px);
}
.scroll-down .secondary-navigation.affix {
	-webkit-transform: translateY(-75px);
	-ms-transform: translateY(-75px);
	transform: translateY(-75px);
}
header #hw1_global_nav nav .nav-contact > ul > li span {
	vertical-align: top;
}
header #hw1_global_nav nav .nav-contact > ul > li span[class*="hwic_"] {
	padding-right: 20px;
}
@media (min-width: 991px) and (max-width: 1120px) {
header #hw1_global_nav nav .nav-contact > ul:before {
	margin-right: 15px;
}
header #hw1_global_nav nav .nav-contact > ul {
	padding-left: 5px;
}
header #hw1_global_nav nav #hw1_logo {
	margin-right: 30px;
}
header #hw1_global_nav nav .nav-contact > ul > li {
	padding-right: 10px;
}
header #hw1_global_nav nav .nav-contact > ul:first-child li > a {
	padding-left: 10px;
}
}
@media (min-width: 991px) and (max-width: 1024px) {
header #hw1_mob_nav_container.open {
	display: block;
}
}
header.affix-top #hw1_global_nav nav .nav-contact > ul > li.active .navbar-collapse {
	position: absolute;
	width: 100%;
}
header.affix-top #hw1_global_nav nav .nav-contact > ul {
	position: static;
}
header #hw1_global_nav nav .nav-contact > ul > li em.icon-open-in-new {
	vertical-align: -4px;
	margin-left: 5px;
}
header #hw1_global_nav nav .nav-contact > ul > li .link-flash em.icon-open-in-new {
	width: 18px;
	height: 18px;
}
header #hw1_global_nav nav .nav-contact > ul > li .link-flash em.icon-open-in-new:before {
	width: 18px;
	height: 18px;
	font-size: 18px;
}
header #hw1_global_nav nav .nav-contact > ul > li .link-flash em.icon-open-in-new:after {
	width: 18px;
	height: 18px;
	font-size: 18px;
}
@media (max-width: 991px) {
header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}
header #hw1_global_nav nav {
	height: 66px;
	width: 100%;
	overflow: hidden;
}
header #hw1_global_nav nav #hw1_logo {
	margin-right: 0;
	margin-top: 18px;
	width: 260px;
}
header #hw1_mob_nav_container.open {
	display: block;
}
header.affix .hw1_masthead_rightside > ul > li.hw1_show_more {
	margin-right: 11px;
}
header .nav-posti {
	top: 0;
}
header .search-open {
	position: fixed;
	margin-top: 0;
	-webkit-transform-origin: center right;
	-ms-transform-origin: center right;
	transform-origin: center right;
	width: 100%;
	right: 0;
	z-index: 1048;
	display: block !important;
	top: 0;
	left: 0;
	margin-left: 0;
	background: #fff;
}
.mobile-menu-open {
	overflow: hidden;
}

header #hw1_mob_nav_container .worldwide-language {
	padding: 15px 15px;
	border-bottom: 1px solid #d4d4d4;
	margin: 0 15px;
}
header #hw1_mob_nav_container .worldwide-language span {
	margin-right: 8px;
}
header #hw1_mob_nav_container .worldwide-contact > ul > li {
	/*border-bottom:0;
       padding-top:0;
       padding-bottom:0;*/
	margin: 0 15px;
}
}
@media (max-width: 767px) {
header.affix .hw1_masthead_rightside > ul > li.hw1_show_more {
	margin-right: 0;
}
header #hw1_mob_nav_container {
	display: block;
}
.ReadPolicy {
	display: none !important;
}
}
.hw1_search > a:before, .hw1_search > a:hover:before, .hw1_show_more > a:before, .hw1_show_more > a:hover:before {
	background: none !important;
}
.ie9 header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more, .ie10 header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more {
	bottom: 25px;
}
.ie8 header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .see-more {
	bottom: 50px;
}
@-moz-document url-prefix() {
 header #hw1_global_nav nav .nav-contact > ul > li .primary-nav-consumer-open .list-icon [class*="col-sm"] > a > em[class*="hwic_"] {
 height: 52px;
}
}

#footer {
	background: #f0f0f0;
	padding-top: 60px;
	z-index: 5;
}
#footer .footer-logo {
	padding-bottom: 50px;
}
#footer .footer-logo > span {
	display: inline-block;
	width: 130px;
}
#footer .footer-nav > .row {
	margin-bottom: 20px;
}
#footer .footer-nav h3 {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #282828;
}
#footer .footer-nav h3 a {
	color: #282828;
}
#footer .footer-nav h3 em {
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	margin-left: 5px;
	width: 18px;
	height: 18px;
}
#footer .footer-nav h3 em.icon-open-in-new {
	margin-left: 12px;
}
#footer .footer-nav h3 em.icon-open-in-new:before {
	width: 18px;
	height: 18px;
	font-size: 16px;
	top: -5px;
}
#footer .footer-nav h3 em.icon-open-in-new:after {
	width: 18px;
	height: 18px;
	font-size: 16px;
	bottom: 5px;
}
#footer .footer-nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .footer-nav ul li {
	font-size: 14px;
	padding-bottom: 15px;
}
#footer .footer-nav ul li a {
	color: #222222;
}
#footer .footer-nav ul li a:hover em {
	text-decoration: none;
}
#footer .footer-nav .others-nav .row {
	margin-bottom: 20px;
}
#footer .copy {
	background: #222222;
	height: 40px;
	color: #fff;
	line-height: 40px;
	font-size: 14px;
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}
#footer .copy a {
	color: #fff;
}
#footer .copy ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: right;
	text-align: center;
}
#footer .copy ul li {
	display: inline-block;
}
#footer .copy ul li a {
	color: #fff;
	padding: 0 10px;
}
#footer ul.social {
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer ul.social li {
	margin-bottom: 30px;
	width: 20px;
	height: 18px;
	display: block;
}
#footer ul.social li a {
	font-size: 22px;
}
#footer ul.social li a:hover {
	text-decoration: none;
	color: #aaa;
}
#footer ul.social li a.VK1 {
	font-size: 14px;
}
#footer ul.social li a.weixin {
	position: relative;
}
#footer ul.social li a.weixin .wechat-qrcode {
	display: none;
	border: 1px solid #eee;
	position: absolute;
	z-index: 999;
	top: -190px;
	left: -89px;
	width: 200px;
	height: 185px;
	color: #666;
	font-size: 12px;
	text-align: center;
	background-color: #fff;
	-webkit-box-shadow: 0 2px 10px #aaa;
	box-shadow: 0 2px 10px #aaa;
	-webkit-transition: all 200ms;
	-o-transition: all 200ms;
	transition: all 200ms;
	-webkit-tansition: all 350ms;
	-moz-transition: all 350ms;
}
#footer ul.social li a.weixin .wechat-qrcode h4 {
	font-weight: normal;
	height: 26px;
	line-height: 26px;
	font-size: 12px;
	background-color: #f3f3f3;
	margin: 0;
	padding: 0;
	color: #777;
}
#footer ul.social li a.weixin .wechat-qrcode .qrcode {
	width: 138px;
	margin: 10px auto;
}
#footer ul.social li a.weixin .wechat-qrcode .qrcode table {
	margin: 0 !important;
}
#footer ul.social li a.weixin .wechat-qrcode .qrcode img {
	max-width: 100%;
}
#footer ul.social li a.weixin .wechat-qrcode .help p {
	font-weight: normal;
	line-height: 16px;
	padding: 0;
	margin: 0;
}
#footer ul.social li a.weixin .wechat-qrcode:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -6px;
	bottom: -13px;
	width: 0;
	height: 0;
	border-width: 8px 6px 6px 6px;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
}
#footer ul.social li a.weixin .wechat-qrcode button {
	background: transparent;
	border: 0;
	font-size: 25px;
	position: absolute;
	top: -4px;
	right: -2px;
}
#footer ul.social li a.weixin.share-open .wechat-qrcode {
	display: block;
}
@media (max-width: 991px) {
#footer {
	position: relative;
	padding-top: 120px;
	width: 100%;
}
#footer .footer-nav [class*="col-"] {
	margin-bottom: 20px;
}
#footer .footer-nav h3 em {
	display: inline-block !important;
	vertical-align: middle;
	margin-left: 10px;
	font-weight: bold;
	font-size: 16px;
}
#footer .footer-nav ul li {
	width: 50%;
	float: left;
}
#footer .footer-nav ul li.external-link em {
	padding-left: 10px;
}
#footer .footer-nav .others-nav {
	margin: 0;
	padding: 0;
	border: 0;
}
#footer .footer-nav .others-nav [class*="col-"] {
	float: left;
	margin-bottom: 0;
}
#footer .footer-nav .others-nav [class*="col-"] li {
	width: 100%;
}
#footer .copy {
	background: none !important;
	text-align: center;
	color: #282828;
	margin-top: 40px;
	height: auto;
}
#footer .copy .row {
	margin: 0 -22px;
}
#footer .copy .col-sm-6:first-child {
	line-height: 1.7;
	margin-bottom: 20px;
	width: 100%;
}
#footer .copy .col-sm-6:first-child a {
	color: #282828;
}
#footer .copy .col-sm-6 + .col-sm-6 {
	float: left;
	background: #282828;
	width: 100%;
}
#footer .copy .col-sm-6 + .col-sm-6 ul {
	float: none;
}
#footer ul.social li {
	display: inline-block;
	margin-right: 30px;
	width: 31px;
	height: 28px;
	margin-bottom: 15px;
	vertical-align: middle;
}
#footer ul.social li a {
	color: #282828;
	font-size: 28px;
}
#footer ul.social li a.VK1 {
	font-size: 18px;
	margin-top: 5px;
	display: inline-block;
}
#footer ul.social li a.weixin .wechat-qrcode {
	left: -105px;
}
#footer ul.social li a.weixin .wechat-qrcode:after {
	margin-left: 8px;
}
#footer .col-sm-1 {
	width: auto;
	position: absolute;
	top: 50px;
}
#footer.moreSocial {
	padding-top: 160px;
}
}
@media (max-width: 767px) {
#footer ul.social li {
	margin-right: 30px;
}
#footer ul.social li a.hwic_google-plus {
	margin-top: 5px;
	display: inline-block;
}
#footer ul.social li a.youtube {
	margin-top: 4px;
	display: inline-block;
}
#footer ul.social li a.weixin {
	margin-top: 4px;
	display: inline-block;
}
}
@media (max-width: 374px) {
#footer ul.social li {
	margin-right: 18px;
}
}
@media (max-width: 321px) {
#footer ul.social li a.weixin .wechat-qrcode {
	left: -10px;
}
#footer ul.social li a.weixin .wechat-qrcode:after {
	margin-left: -86px;
}
}
